home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1.0 KB | 23 lines | [TEXT/ScoM] |
- The Timesheet
-
- The Timesheet is normally used if the musical statement is
- in one span; i.e it does not require a sequence of expressions
- to be connected and synchronised. Indeed, its often quicker
- and easier to compile separate sections and join them together
- on your sequencer than to attempt to join a number of
- expressions together using zone control. Use it when the
- resolution for each zone can be constant. Look at STRUCT1 for
- solo keyboard as an example of timesheet practice. Here, the
- timesheet does not have separate instrument parts but 'lines'
- of different material interacting with one another.
-
- (compile-song-p "ccl;output:" 1/4 "piano"
- ; !---!---!---!---!---!---!---!---!---
- p1 tonal " --- - -- - "
- p2 tonal3 " ---- - -- - "
- p3 tonal1 " --- -- "
- p4 tonal2 " -- --- -- "
- p5 tonal "-- - "
- p6 tonal2 " --- ---- "
- )
-